home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w600sdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-08-15  |  4.5 KB  |  145 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  w600sdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install Sony Ericsson W600 USB WMC Device Management on Win98/SE/ME
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=07/18/2005, 4.34.0.2703
  25. CatalogFile=w600mgmt.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"w600mgmt.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. w600mgmt.sys = 1
  42. w600cr.sys = 1
  43. w600vcr.vxd = 1
  44. w600cm95.sys = 1
  45. w600cmnt.sys = 1
  46. w600comm.vxd = 1
  47. w600vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMC
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMC]
  65. %SEMC.Comm.Desc% = SEMC.Install, USB\VID_0FCE&PID_D032&Class_02&SubClass_09&Prot_01&OS_9X
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ; Installation instructions
  69. ;-----------------------------------------------------------------------------
  70.  
  71. [SEMC.Install]
  72. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid
  73.  
  74. ;-----------------------------------------------------------------------------
  75. ;  Registry
  76. ;-----------------------------------------------------------------------------
  77.  
  78. ; common registry entries 
  79. [SEMC.AddReg]
  80. HKR,,NTMPDriver,,w600mgmt.sys
  81. HKR,,CRUpperDescription,,%UpperDescription%
  82. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  83. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  84. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  85. HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
  86.  
  87. ; only for Win95....
  88. [SEMC.W95.AddReg]
  89. HKR,,DevLoader,,*ntkern
  90.  
  91. [SEMC.W95.Addreg.CRGuid]
  92. HKR,,CRGuid,,{A0EAC531-584B-48ba-93F5-0B9F88CA9129}
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;  Copy lists
  96. ;-----------------------------------------------------------------------------
  97. [CopyFiles]
  98.  
  99. [CopyFiles.W95]
  100. w600vcr.vxd
  101. w600comm.vxd
  102. w600vcd.vxd
  103.  
  104. [CopyFiles.sys]
  105. w600mgmt.sys
  106. w600cr.sys
  107.  
  108. [CopyFiles.W95.sys]
  109. w600cm.sys,w600cm95.sys
  110. w600cm95.sys
  111. w600cmnt.sys
  112.  
  113. [Copyfiles.W95.inf]
  114.  
  115.  
  116.  
  117. ;-----------------------------------------------------------------------------
  118. ; STRINGS
  119. ;-----------------------------------------------------------------------------
  120. [Strings]
  121.  
  122. ;BEGIN ENG - US English Strings
  123. Provider = "Sony Ericsson"
  124. Sony Ericsson = "Sony Ericsson"
  125. DiskString = "Sony Ericsson W600 USB WMC Device Management installation disk"
  126.  
  127. SEMC.Comm.Desc = "Sony Ericsson W600 USB WMC Device Management (WDM)"
  128. UpperDescription = "Sony Ericsson W600 USB WMC Device Management Drivers"
  129.  
  130.  
  131. CustomerDataPath = "Sony Ericsson W600"
  132. DriverSet = "Sony Ericsson W600 Software"
  133. UninstallFile = "W600Uninstall.exe"
  134. McciOptions = "Uninstallable NotInstallOnWinVer5"
  135.  
  136. ;END ENG - US English Strings
  137.  
  138.  
  139. ;-----------------------------------------------------------------------------
  140. ; The following are symbolic constants which don't change per locale.
  141. ;-----------------------------------------------------------------------------
  142.  
  143.  
  144. ;*** end of file ***
  145.